Workflow to label new issues#1302
Conversation
📝 WalkthroughWalkthroughA new GitHub Actions workflow file was added to automatically label newly opened issues. The workflow triggers on issue creation, runs with permissions to modify issues, and delegates labeling work to an external action configured with the GitHub token. ChangesGitHub Actions Workflow for Issue Labeling
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.github/workflows/new_issue_label.yml:
- Line 15: The workflow currently references the reusable action as
dataquest-dev/gh-actions/start@main which allows upstream changes; replace the
ref with a specific immutable commit SHA (e.g.
dataquest-dev/gh-actions/start@<full-commit-sha>) so the step uses a pinned
commit; update the uses line that currently contains
"dataquest-dev/gh-actions/start@main" to
"dataquest-dev/gh-actions/start@<full-commit-sha>" and commit that change.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 01fb0048-09fc-4501-bf1c-f8d025284957
📒 Files selected for processing (1)
.github/workflows/new_issue_label.yml
Problem description
https://github.com/dataquest-dev/dspace-customers/issues/439
Sync verification
If en.json5 or cs.json5 translation files were updated:
yarn run sync-i18n -t src/assets/i18n/cs.json5 -ito synchronize messages, and changes are included in this PR.Manual Testing (if applicable)
Copilot review
Summary by CodeRabbit